libiec61850  1.2.0
Typedefs | Functions

Typedefs

typedef struct sSVSubscriberASDU * SVClientASDU
 

Functions

DEPRECATED uint16_t SVClientASDU_getSmpCnt (SVSubscriber_ASDU self)
 
DEPRECATED const char * SVClientASDU_getSvId (SVSubscriber_ASDU self)
 
DEPRECATED uint32_t SVClientASDU_getConfRev (SVSubscriber_ASDU self)
 
DEPRECATED bool SVClientASDU_hasRefrTm (SVSubscriber_ASDU self)
 
DEPRECATED uint64_t SVClientASDU_getRefrTmAsMs (SVSubscriber_ASDU self)
 
DEPRECATED int8_t SVClientASDU_getINT8 (SVSubscriber_ASDU self, int index)
 
DEPRECATED int16_t SVClientASDU_getINT16 (SVSubscriber_ASDU self, int index)
 
DEPRECATED int32_t SVClientASDU_getINT32 (SVSubscriber_ASDU self, int index)
 
DEPRECATED int64_t SVClientASDU_getINT64 (SVSubscriber_ASDU self, int index)
 
DEPRECATED uint8_t SVClientASDU_getINT8U (SVSubscriber_ASDU self, int index)
 
DEPRECATED uint16_t SVClientASDU_getINT16U (SVSubscriber_ASDU self, int index)
 
DEPRECATED uint32_t SVClientASDU_getINT32U (SVSubscriber_ASDU self, int index)
 
DEPRECATED uint64_t SVClientASDU_getINT64U (SVSubscriber_ASDU self, int index)
 
DEPRECATED float SVClientASDU_getFLOAT32 (SVSubscriber_ASDU self, int index)
 
DEPRECATED double SVClientASDU_getFLOAT64 (SVSubscriber_ASDU self, int index)
 
DEPRECATED int SVClientASDU_getDataSize (SVSubscriber_ASDU self)
 

Detailed Description

61850 ()

Deprecated:

Typedef Documentation

typedef struct sSVSubscriberASDU* SVClientASDU

Function Documentation

DEPRECATED uint32_t SVClientASDU_getConfRev ( SVSubscriber_ASDU  self)
DEPRECATED int SVClientASDU_getDataSize ( SVSubscriber_ASDU  self)
DEPRECATED float SVClientASDU_getFLOAT32 ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED double SVClientASDU_getFLOAT64 ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED int16_t SVClientASDU_getINT16 ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED uint16_t SVClientASDU_getINT16U ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED int32_t SVClientASDU_getINT32 ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED uint32_t SVClientASDU_getINT32U ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED int64_t SVClientASDU_getINT64 ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED uint64_t SVClientASDU_getINT64U ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED int8_t SVClientASDU_getINT8 ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED uint8_t SVClientASDU_getINT8U ( SVSubscriber_ASDU  self,
int  index 
)
DEPRECATED uint64_t SVClientASDU_getRefrTmAsMs ( SVSubscriber_ASDU  self)
DEPRECATED uint16_t SVClientASDU_getSmpCnt ( SVSubscriber_ASDU  self)
DEPRECATED const char* SVClientASDU_getSvId ( SVSubscriber_ASDU  self)
DEPRECATED bool SVClientASDU_hasRefrTm ( SVSubscriber_ASDU  self)